From 0f347eeedf41a59d02862a482c72548befba1a72 Mon Sep 17 00:00:00 2001 From: "tsteven4@gmail.com" Date: Thu, 30 Jan 2014 03:18:56 +0000 Subject: [PATCH] add options descriptions for the validate filter. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4726 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/xmldoc/filters/options/validate-checkempty.xml | 3 +++ gpsbabel/xmldoc/filters/options/validate-debug.xml | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 gpsbabel/xmldoc/filters/options/validate-checkempty.xml create mode 100644 gpsbabel/xmldoc/filters/options/validate-debug.xml diff --git a/gpsbabel/xmldoc/filters/options/validate-checkempty.xml b/gpsbabel/xmldoc/filters/options/validate-checkempty.xml new file mode 100644 index 000000000..770b13ca0 --- /dev/null +++ b/gpsbabel/xmldoc/filters/options/validate-checkempty.xml @@ -0,0 +1,3 @@ + +This option will cause a fatal error if there are no waypoints, no route waypoints and no track waypoints, i.e. the reader didn't produce anything. + diff --git a/gpsbabel/xmldoc/filters/options/validate-debug.xml b/gpsbabel/xmldoc/filters/options/validate-debug.xml new file mode 100644 index 000000000..c741e026f --- /dev/null +++ b/gpsbabel/xmldoc/filters/options/validate-debug.xml @@ -0,0 +1,3 @@ + +This option will output verbose messages reporting the state of the internal data structures holding waypoints, routes and tracks. Detected problems will normally produce a fatal error, but with this option in effect no error will be thrown allowing continued processing. + -- 2.30.2